@media all and (min-width: 0px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .content1,
    .content2,
    .content3 {
        display: none;
    }

    .content3mbi {
        display: block;
        width: 100%;
        height: 100%;
    }

    .content3mbi .swiper-containeradv1 {
        width: 100%;
        height: 100%;
    }

    .content3mbi .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .mobilebox {
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999999;
        display: block;
    }

    #header {
        background-color: #3f8dbf;
        float: left;
        width: 100%;
        height: 50px;
        color: rgba(255, 255, 255, 1);
        line-height: 50px;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 1;
    }

    #header a {
        color: rgba(255, 255, 255, 1);
        text-decoration: none;
        display: block;
        font-size: 15px;
    }

    #header-left {
        float: left;
        height: 50px;
    }

    #header-left:hover #header-left-icon {
        background-color: #3F8DBF;
    }

    #header-left:hover #header-left-text {
        background-color: #599BC8;
    }

    #header-left-icon {
        float: left;
        height: 50px;
        width: 50px;
        text-align: center;
        background-color: #35759F;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-left-icon a {
        font-size: 25px;
    }

    #header-left-text {
        float: left;
        height: 50px;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-left-text a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header-right {
        float: right;
        height: 50px;
    }

    #header-right:hover #header-right-icon {
        background-color: #3F8DBF;
    }

    #header-right:hover #header-right-text {
        background-color: #599BC8;
    }

    #header-right-icon {
        float: right;
        height: 50px;
        width: 50px;
        text-align: center;
        background-color: #35759F;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-right-text {
        float: right;
        height: 50px;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    #header-right-text a {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wrapper {
        width: 100%;
        float: left;
        margin-top: 50px;
        margin-bottom: 150px;
    }

    .wrapper-inner {
        width: 1100px;
        margin-right: auto;
        margin-left: auto;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Chrome/Safari/Opera */
        -khtml-user-select: none;
        /* Konqueror */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE/Edge */
        user-select: none;
        /* non-prefixed version, currently
                                      not supported by any browser */
    }

    .wrapper-inner-buttons {
        width: 100%;
        float: left;
        margin-top: 50px;
        text-align: center;
    }

    .wrapper-inner-buttons a {
        background-color: #3f8dbf;
        line-height: 35px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 10px;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #FFFFFF;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
        border-radius: calc(35px / 2);
    }

    .wrapper-inner-buttons a.current {
        background-color: #f5d76e;
        color: #d35400;
    }

    .wrapper-inner-buttons a:hover {
        background-color: #35759F;
        color: #fff;
    }

    .mobile {
        width: 100%;
        display: block;
        height: 50px;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #fafafa;
        position: relative;
    }

    .mobile-inner img {
        width: 100%;
        margin-bottom: 30px;
    }

    .mobile-inner p {
        color: #676767;
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0px;
    }

    .mobile-inner-header {
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #ffffff;
        height: 50px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 50px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    .mobile-inner-header-icon:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: rgba(255, 255, 255, 1);
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }





    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon-click span:nth-child(3) {
        display: none;
    }


    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);

        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }



    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }



    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    .mobile-inner-nav a {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: returnToNormal;
        animation-name: returnToNormal;
    }

    @-webkit-keyframes returnToNormal {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes returnToNormal {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }


    .content4 {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .content4 .left {
        width: 95%;
        height: auto;
        float: left;
        margin: 0 2.5%;
        display: none;
    }

    .content4 .left video {
        width: 100%;
        height: auto;
    }

    .content4 .left div {
        width: 100%;
        height: auto;
    }

    .content4 .left img {
        width: 100%;
        height: auto;
    }

    .content4 .right {
        width: 100%;
        height: auto;
        float: right;
        background: url(../4.png) no-repeat center;
        background-size: cover;
        position: relative;
    }

    .content4 .right .main {
        width: 100%;
        height: auto;
        position: relative;
        left: 0px;
        margin-left: 0px;
        top: 0px;
        margin-top: 0px;
    }

    .title_main {
        width: 100%;
        text-align: center;
        padding-top: 5vh;
    }

    .title_main .en {
        font-size: 16px;
        color: #276645;
        line-height: 16px;
    }

    .title_main .ch {
        font-size: 30px;
        line-height: 30px;
        color: #276645;
        font-weight: bold;
        margin-top: 5px;
    }

    .t_center {
        text-align: center;
    }

    .content4 .right .main .des {
        display: block;
        color: #535353;
        font-size: 2.5vh;
        line-height: 4vh;
        margin-top: 60px;
        text-indent: 2em;
        width: 95%;
        margin: 0 2.5%;
        text-align: justify;
        margin-top: 5vh;
    }

    .content4 .right .main .sub {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 10vh;
    }

    .content4 .right .main .sub .box {
        width: 28%;
        height: 26vh;
        display: inline-block;
        text-align: center;
        background: url(../5.png) no-repeat bottom;
        background-size: 100%;
        margin: 0 1.5%;
        position: relative;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;

    }

    .content4 .right .main .sub .box a {
        color: #fff;
        font-size: 14px;
        display: block;
        margin: 15vh 15px 0px 15px;
        line-height: 18px;
    }

    .content4 .right .main .sub .box:hover {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
    }

    .content5 {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../6.png) no-repeat center;
        background-size: cover;
    }

    .content5 .position {
        width: 95%;
        height: 100%;
        position: relative;
        left: 0%;
        top: 0%;
        margin-left: 2.5%;
        margin-top: 0;
    }

    .content5 .position .swiper-containerxw {
        width: 100%;
        height: auto;
        margin: 0;
        height: 60vh;
        margin-top: 10vh;
    }

    .content5 .position .swiper-containerxw .swiper-slide {
        background: none;

    }

    .content5 .position .swiper-containerxw .swiper-slide .topic {
        color: #505050;
        font-size: 18px;
        line-height: 18px;
        display: block;
        line-height: 32px;
    }

    .content5 .position .swiper-containerxw .swiper-slide .des {
        color: #868686;
        line-height: 32px;
        font-size: 16px;
        margin-top: 32px;
    }

    .content5 .position .swiper-containerxw .swiper-slide .date {
        font-size: 16px;
        color: #3aaed8;
        margin-top: 15px;
    }

    .content5 .position .swiper-containerxw .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: none !important;
        opacity: 1 !important;
        border-radius: 15px !important;
        border: 1px solid #286544;
        float: none;
    }

    .content5 .position .swiper-containerxw .swiper-pagination-bullet-active {
        background: #286544 !important;
    }


    .content6 {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../7.png) no-repeat -395px 0;
        background-size: cover;
    }

    .content6 .position {
        width: 95%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 2.5%;
        margin-top: 0;
    }

    .content6 .position {
        width: 95%;
        height: auto;
        position: unset;
        z-index: 2;
        margin: 0 auto;
    }

    .content6 .position .main {
        width: 100%;
        height: auto;
        float: right;
    }

    .content6 .position .main .des {
        margin-top: 80px;
        font-size: 16px;
        color: #505050;
        line-height: 16px;
        line-height: 32px;
        text-align: center;
    }

    .content6 .position .main .more {
        width: 60%;
        height: 55px;
        display: block;

        text-align: center;
        color: #3b7655;
        border: 1px solid #3b7655;
        line-height: 53px;
        font-size: 14px;
        position: relative;
        margin: 0 auto;
        margin-top: 4vh;

    }

    .content6 .position .main .more .quickmark {
        width: 150px;
        height: 150px;
        position: absolute;
        left: 25px;
        top: 55px;
        background: #fff;
        display: none;
    }

    .content6 .position .main .more:hover .quickmark {
        display: block;
    }

    .content6 .position .main .more .quickmark img {
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

    .content6 .position1 {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0%;
        margin-left: 0px;
    }

    .content6 .position1 .position_r {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .content6 .position1 .quickmark {
        width: 160px;
        height: 190px;
        position: absolute;
        bottom: 0;
        left: 5%;
        /* margin-left: -80px; */
    }

    .content6 .position1 .quickmark:last-of-type {
        left: auto;
        right: 5%;
        margin: 0;
    }

    .content6 .position1 .quickmark .img {
        width: 160px;
        height: 160px;
    }

    .content6 .position1 .quickmark .img img {
        width: 160px;
        height: 160px;
    }

    .content6 .position1 .quickmark .topic {
        background: #276844;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
    }


    .content7 {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../8.png) no-repeat center;
        background-size: cover;
    }

    .content7 .position {
        width: 95%;
        height: 100%;
        position: absolute;
        left: 0%;
        top: 0px;
        margin-left: 2.5%;
        overflow-x: hidden;
    }

    .content7 .position .link {
        width: 160px;
        height: 60px;
        margin: 5vh auto;
    }

    .content7 .position .link .box {
        width: 60px;
        height: 60px;
        margin: 0 10px;
        float: left;
    }

    .content7 .position .link .box img {
        width: 60px;
        height: 60px;
    }

    .content7 .position .main {
        width: 100%;
        height: auto;
        display: none;
    }

    /* .content7 .position .swiper-slide .box:nth-child(1){
        background: #bfc6df;
    }
    
    .content7 .position .swiper-slide .box:nth-child(2){
        background: #c2cef8;
    }
    
    .content7 .position .swiper-slide .box:nth-child(3){
        background: #dadcef;
    }
    
    .content7 .position .swiper-slide .box:nth-child(4){
        background: #bfc6df;
    } */
    .content7 .position .swiper-slide .box {
        height: auto;
    }

    .content7 .position .swiper-slide .box .topic {
        font-size: 26px;
        font-weight: bold;
        padding-top: 35px;
        line-height: 26px;
        text-align: center;
        transition: All 0.3s ease-in-out;
        -webkit-transition: All 0.3s ease-in-out;
        -moz-transition: All 0.3s ease-in-out;
        -o-transition: All 0.3s ease-in-out;
    }

    .content7 .position .swiper-slide .box:hover .topic {
        margin-top: 60px;
    }

    .content7 .position .swiper-slide .box .topic a {
        color: #fff;
    }

    .content7 .position .swiper-slide .box .more {
        width: 105px;
        height: 50px;
        margin: 0 auto;
        line-height: 50px;
        background: url(../9.png) no-repeat center;
        display: block;
        display: none;
    }

    .content7 .position .swiper-slide .box .img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .content7 .position .swiper-slide .box .img img {
        height: auto;
        width: 100%;
    }

    .content7 .position .swiper-slide .box:hover .more {
        background: rgba(255, 255, 255, 0.5) url(../10.png) no-repeat center;
        border-radius: 10px;
        margin-top: 35px;
    }


    .content8 {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(../11.jpg) no-repeat center;
        background-size: cover;
    }

    .content8 .position {
        width: 95%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 2.5%;
    }

    .content8 .position .biaoyu {
        width: 845px;
        height: 75px;
        margin: 70px auto 0 auto;
        display: none;
    }

    .content8 .position .biaoyu img {
        width: 845px;
        height: 75px;
    }

    .content8 .position .n_guide {
        float: left;
        margin-top: 90px;
        display: none;
    }

    .content8 .position .n_guide .g_ul {
        float: left;
    }

    .content8 .position .n_guide .g_ul .g_li {
        float: left;
        margin-right: 65px;
    }

    .content8 .position .n_guide .g_ul .g_li .g_a {
        color: #fff;
        font-size: 16px;
    }

    .content8 .position .n_guide .g_ul .g_li ul {
        margin-top: 5px;
    }

    .content8 .position .n_guide .g_ul .g_li ul li {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
    }

    .content8 .position .n_guide .g_ul .g_li ul li a {
        color: #fff;
    }

    .content8 .position .infom {
        float: left;
        font-size: 14px;
        text-align: right;
        line-height: 32px;
        margin-top: 90px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    .content8 .position .infom a {
        color: #fff;
    }

    .content8 .position .line {
        width: 100%;
        height: 45px;
        float: left;
        margin-top: 75px;
    }

    .content8 .position .line .left {
        float: left;
        width: 100%;
    }

    .content8 .position .line .left .box1 {
        width: 45%;
        height: 45px;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        line-height: 43px;
        font-size: 14px;
        color: #fff;
        float: left;
        margin: 0 2.5%;
    }

    .content8 .position .line .left .box1 a {
        color: #fff;
    }

    .content8 .position .line .left .box2 {
        width: 45%;
        height: 45px;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        line-height: 43px;
        font-size: 14px;
        color: #fff;
        float: left;
        background: url(../12.png) no-repeat 120px center;
        position: relative;
        margin: 0 2.5%;
    }

    .content8 .position .line .left .box2 a {
        color: #fff;
    }

    .content8 .position .line .left .box2 ul {
        position: absolute;
        bottom: 45px;
        left: 0;
        display: inline-block;
        width: 100%;
        line-height: 30px;
        background: rgba(0, 0, 0, 0.5);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border: 1px solid #fff;
        border-bottom: 0px;
        display: none;
    }

    .content8 .position .line .left .box2:hover ul {
        display: block;
    }

    .content8 .position .line .right {
        float: right;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .content8 .position .line .right .box {
        width: 45px;
        height: 45px;
        float: left;
        margin: 0px 1.6vh;
        cursor: pointer;
        position: relative;
        display: block;
    }

    .content8 .position .line .right .box .quickmark {
        width: 150px;
        height: 150px;
        background: #fff;
        bottom: 160px;
        position: relative;
        left: 50%;
        margin-left: -75px;
        display: none;
    }

    .content8 .position .line .right .box:hover .quickmark {
        display: block;
    }

    .content8 .position .line .right .box1 {
        background: url(../13.png) no-repeat center;
    }

    .content8 .position .line .right .box2 {
        background: url(../13.png) no-repeat center;
    }

    .content8 .position .line .right .box3 {
        background: url(../15.png) no-repeat center;
    }

    .content8 .position .line .right .box4 {
        background: url(../16.png) no-repeat center;
    }

    .content8 .position .line .right .box5 {
        background: url(../17.png) no-repeat center;
    }

    .content8 .position .line .right .box1:hover {
        background: url(../13on.png) no-repeat center;
    }

    .content8 .position .line .right .box2:hover {
        background: url(../14on.png) no-repeat center;
    }

    .content8 .position .line .right .box3:hover {
        background: url(../15on.png) no-repeat center;
    }

    .content8 .position .line .right .box4:hover {
        background: url(../16on.png) no-repeat center;
    }

    .content8 .position .line .right .box5:hover {
        background: url(../17on.png) no-repeat center;
    }


    .n_adv {
        width: 100%;
        height: auto;
        background: #f7f7f7;
        margin-top: 49px;
        height: 103px;
        background-size: cover !important;
    }

    .n_adv .position {
        width: 95%;
        height: auto;
        margin: 45px 2.5% 0 2.5%;
        background: #fff;
    }

    .n_adv .position .ntitle {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        color: #157c5c;
        padding-top: 65px;
    }

    .n_adv .position .ndes {
        line-height: 32px;
        width: 100%;
        height: auto;
        padding-top: 20px;
        line-height: 32px;
        color: #505050;
        background: url(../18.png) no-repeat center 93%;
        text-align: center;
        padding: 0 10px;
        margin-top: 20px;
        font-size: 16px;
        padding-bottom: 50px;
    }

    .n_adv .position .weizhi {
        display: none;
    }

    .content {
        width: 100%;
        float: left;
        background: #f7f7f7;
    }

    .content .position {
        width: 95%;
        margin: 0 2.5%;
        float: left;
    }

    .content .position .d_page {
        width: 100%;
        float: left;
        padding-bottom: 100px;
    }

    .content .position .d_page .up {
        width: 100%;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 35px;
        text-align: center;
        float: left;
    }

    .content .position .d_page .up h2 {
        margin: 0;
        font-size: 20px;
        line-height: 26px;
        color: #157c5c;
        width: 100%;
        float: left;
    }

    .content .position .d_page .up p {
        margin: 0;
        color: #b1b1b1;
        font-size: 14px;
        margin-top: 15px;
        width: 100%;
        float: left;
    }

    .content .position .d_page .down {
        font-size: 16px;
        line-height: 2.25em;
        width: 100%;
        padding: 5px;
        overflow: scroll;
    }

    .content .position .d_page .down p {
        margin: 0;
    }

    .content .position .d_page .down img {
        max-width: 100%;
    }

    .n_adv_2 {
        width: 100%;
        height: auto;
        background: #f7f7f7;
        margin-top: 50px;
    }

    .n_adv_2 .position {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #fff;
    }

    .swiper-containeradv-n {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 0;
    }

    .swiper-containeradv-n img {
        width: 100%;
        height: auto;
    }

    .swiper-containeradv-n .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: none !important;
        border-radius: 15px !important;
        border: 1px solid #fff;

    }

    .swiper-containeradv-n .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #fff !important;
    }

    .bdshare-button-style0-24 a,
    .bdshare-button-style0-24 .bds_more {
        padding-left: 29px !important;
        line-height: 29px !important;
        height: 29px !important;
        margin: 6px 6px 6px 0 !important;
    }

    .bdshare-button-style0-24 .bds_qzone {
        background: url(../19.png) no-repeat center;
        background-position: 0 0 !important;
    }

    .bdshare-button-style0-24 .bds_tsina {
        background: url(../20.png) no-repeat center;
        background-position: 0 0 !important;
    }

    .bdshare-button-style0-24 .bds_weixin {
        background: url(../21.png) no-repeat center;
        background-position: 0 0 !important;
    }

    .xw_list {
        width: 100%;
        height: auto;
        float: left;
    }

    .xw_list .box {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        margin-top: 30px;
    }

    .xw_list .box .img {
        width: 100%;
        height: auto;
        float: left;
    }

    .xw_list .box .img img {
        width: 100%;
        height: auto;
    }

    .xw_list .box .text {
        width: 100%;
        height: auto;
        float: left;
        padding: 10px;
    }

    .xw_list .box .text .topic {
        font-size: 18px;
        color: #151515;
        line-height: 18px;
    }

    .xw_list .box .text .date {
        width: 100%;
        line-height: 35px;
        color: #157c5c;
        font-size: 14px;
    }

    .xw_list .box .text .des {
        width: 100%;
        font-size: 14px;
        color: #868686;
        line-height: 25px;
        margin-top: 5px;
    }

    .xw_list .box .text .social-share {
        display: none !important;
    }


    .xw_list .box .text .bdsharebuttonbox {
        width: 100%;
        margin-top: 15px;
        display: none;
    }

    .xw_list .box .text .more {
        display: block;
        color: #157c5c;
        font-size: 14px;
        margin-top: 15px;
        display: none;
    }

    .clear {
        clear: both;
    }

    .xw_title {
        width: 100%;
        height: 110px;
        text-align: center;
        color: #157c5c;
        line-height: 110px;
        font-size: 26px;
        font-weight: bold;
    }

    .xw_pic {
        width: 100%;
        float: left;
    }

    .xw_pic .box {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .xw_pic .box .img {
        width: 100%;
        height: auto;
    }

    .xw_pic .box .img img {
        width: 100%;
        height: auto;
    }

    .xw_pic .box .topic {
        height: 50px;
        line-height: 50px;
        width: 100%;
        text-align: center;
        color: #5e5e5e;
    }

    .xw_pic .box .topic a {
        color: #5e5e5e;
    }

    .xw_pic .box:hover .topic {
        background: #157C5C;
    }

    .xw_pic .box:hover .topic a {
        color: #fff;
    }

    .xw_list1 {
        width: 100%;
        height: auto;
        float: left;
    }

    .xw_list1 .box {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        padding: 10px;
        margin: 0px 10px 0 0;
        margin-top: 20px;
    }

    .xw_list1 .box .date {
        float: left;
        width: 20%;
        height: auto;
        text-align: center;
        line-height: 40px;
    }

    .xw_list1 .box .date .dd {
        font-size: 14px;
        color: #157c5c;
        float: left;
    }

    .xw_list1 .box .date .line {
        width: 5px;
        height: 1px;
        background: #333;
        line-height: 1px;
        margin-left: 5px;
        margin-right: 5px;
        float: left;
        margin-top: 18px;
    }

    .xw_list1 .box .date .yy {
        font-size: 14px;
        float: left;
    }

    .xw_list1 .box .text {
        float: left;
        width: 100%;
        height: auto;
        padding: 0px;
        border-left: 0;
    }

    .xw_list1 .box .text a {
        color: #232323;
        font-size: 16px;
        line-height: 16px;
    }

    .xw_list1 .box .text p {
        color: #868686;
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .cp_list {
        width: 100%;
        float: left;
        background: #f7f7f7;
        padding-bottom: 50px;
    }

    .cp_list .box {
        width: 100%;
        height: auto;
        position: relative;
        margin: 25px auto 0 auto;
        background: #fff;
    }

    .cp_list .box img {
        width: 100%;
        height: auto;
    }

    .cp_list .box .text {
        width: 100%;
        height: auto;
        float: left;
        position: absolute;
        background: rgba(21, 124, 92, 0);
        left: 0px;
        top: 0px;
        padding: 10px;
    }

    .cp_list .box .text h2 {
        font-size: 26px;
        color: rgba(21, 124, 92, 1);
        font-weight: bold;
        padding-right: 30px;
        display: block;
        float: left;
        margin: 0 auto;
        margin-bottom: 20px;
        line-height: 26px;
        float: none;
        background: none;

    }

    .cp_list .box .text h2 a {
        color: rgba(21, 124, 92, 1);
    }

    .cp_list .box .text .guide_list {
        width: 100%;
        float: left;
        margin-left: -10px;
        display: none;
    }

    .cp_list .box .text .guide_list .box1 {
        display: block;
        float: left;
        padding: 0 20px;
        border-left: 1px solid #fff;
        margin-bottom: 10px;

    }

    .cp_list .box .text .guide_list .box1 a {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        display: block;
    }

    .cp_list .box .text .guide_list .box1:nth-child(1) {
        border: none;
    }

    .cp_list .box .text .guide_list .box1:nth-child(4) {
        border: none;
    }

    .cp_list .box .text .more {
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: rgba(255, 255, 255, 0.5);
        float: none;
        margin: 0 auto;
        margin-top: 30px;
        display: inline-block;
    }

    .cp_list .box .text .more a {
        color: rgba(21, 124, 92, 0.8);
    }

    .cp_list .box:hover .text .more {
        width: 100px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #157c5c;
        float: left;
        margin-top: 30px;
    }

    .cp_list .box:hover .text .more a {
        color: #fff;
    }

    .ditu {
        width: 100%;
        padding-bottom: 80px;
        float: left;
        padding-top: 30px;
    }

    .ditu .map {
        width: 100%;
        height: auto;
        float: left;
    }

    .ditu .map iframe {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .ditu .map .pic {
        width: 100%;
        height: auto;

    }

    .ditu .map .topic {
        width: 100%;
        height: 40px;
        background: #ffffff;
        color: #232323;
        text-align: center;
        line-height: 40px;
        margin-bottom: 20px;
        position: relative;
        z-index: 99999;
        font-size: 14px;
    }

    .ditu .map .topic:hover {
        color: #fff;
        background: #157C5C;
    }

    .swiper-containerpdc {
        display: block;
    }

    .btn-group {
        display: none;
        margin-top: 3vh;
    }

    .contentadd1 {
        display: none;
    }

    .l_guide {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow-x: scroll;
    }

    .l_guide .position {
        width: 1400px;
        margin: 0;
        position: relative;
    }

    .l_guide .position li {
        display: block;
        float: left;
        padding: 0 20px;
    }

    .l_guide .position li a {
        display: block;
        line-height: 40px;
        font-size: 14px;
        color: #151515;
    }

    .l_guide .position li.layui-this {
        color: #157c5c;
        border-bottom: 1px solid #157c5c;
    }

    .brand {
        width: 100%;
        height: auto;
        position: relative;
        background: #fff;
        margin-bottom: 30px;
        float: left;
    }

    .brand1 .img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }

    .brand1 .img img {
        width: 100%;
        height: auto;
    }

    .brand1 .text {
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
        padding: 20px;
    }

    .brand1 .text a {
        color: #276645;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        display: block;
    }

    .brand1 .text p {
        display: block;
        margin-top: 30px;
        font-size: 16px;
        color: #505050;
        text-indent: 2em;
    }

    .brand2 .img {
        width: 100%;
        height: auto;
        position: relative;
        right: 0;
    }

    .brand2 .img img {
        width: 100%;
        height: auto;
    }

    .brand2 .text {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        padding: 20px;
    }

    .brand2 .text a {
        color: #276645;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        display: block;
    }

    .brand2 .text p {
        display: block;
        margin-top: 30px;
        font-size: 16px;
        color: #505050;
        text-indent: 2em;
    }

    .pager li {
        width: 100%;
        text-align: left;
    }

    .pager .next>a,
    .pager .next>span {
        width: 100%;
        float: left;
        text-align: left;
    }

    .fixed2 {
        display: none;
    }

    .content4 .title_main .ch {
        font-size: 30px;
        line-height: normal;
    }

    .content4 .right {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .content6 .position .position_r {
        width: 100%;
        margin-top: 30px;
    }

}